home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 01d2.dir / 00025.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  332 b   |  16 lines

  1. on exitFrame
  2.   cursor(-1)
  3.   repeat with i = 5 to 6
  4.     set the cursor of sprite i to 3
  5.   end repeat
  6.   repeat with i = 15 to 17
  7.     set the cursor of sprite i to 3
  8.   end repeat
  9.   repeat with i = 30 to 32
  10.     set the cursor of sprite i to 3
  11.   end repeat
  12.   repeat with i = 40 to 41
  13.     set the cursor of sprite i to 3
  14.   end repeat
  15. end
  16.